Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
ctype_upper
ctype_upper
Check capital characters
Name:
ctype_upper
Category:
Character type detection Ctype
Programming Language:
php
One-line Description:
Check capital characters
Related
How to Use the ctype_upper Function to Check If a Filename Contains Only Uppercase Letters?
9
What are the limitations of using the ctype_upper function when handling English and other language characters?
9
What Is the Difference Between ctype_upper and ctype_alpha? Key Differences PHP Beginners Should Know
10
How to Use ctype_upper to Check if a String Contains Only Uppercase Letters
7
Similar Functions
ctype_lower
ctype_lower
Checklowercasecharac
ctype_cntrl
ctype_cntrl
Checkcontrolcharacte
ctype_alnum
ctype_alnum
Checkalphanumericcha
ctype_xdigit
ctype_xdigit
Checkcharactersrepre
ctype_punct
ctype_punct
Checkforprintablecha
ctype_digit
ctype_digit
Checknumericcharacte
ctype_graph
ctype_graph
Checkforanyprintable
ctype_upper
ctype_upper
Checkcapitalcharacte
Popular Articles
What Is the Difference Between ctype_upper and ctype_alpha? Key Differences PHP Beginners Should Know
How to Use ctype_upper to Check if a String Contains Only Uppercase Letters
What are the limitations of using the ctype_upper function when handling English and other language characters?
How to Use the ctype_upper Function to Check If a Filename Contains Only Uppercase Letters?